SftTree/NET 2.0

FlybyHighlightUnderline Property, FootersClass Class

Softel vdm, Inc.

Defines whether column footers are underlined as the mouse cursor moves over a column footer.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property FlybyHighlightUnderline As Boolean

C#   

public bool FlybyHighlightUnderline { get; set; }

C++   

public: property bool FlybyHighlightUnderline {
        bool get();
        void set(bool value);
}

Property Value

True if column footers are underlined as the mouse cursor moves over a column footer, otherwise False.

The default value is False.

Comments

The FlybyHighlightUnderline property defines whether column footers are underlined as the mouse cursor moves over a column footer.

If enabled, column footers are underlined by underlining a cell's text parts (based on TextPartClass).

The FlybyHighlight property must be set to True, otherwise FlybyHighlightUnderline has no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com